home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / More Sprocket Examples 1.0 / DroneZone Sources / DZEvents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-12  |  225 b   |  19 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    File:        DZEvents.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZEvents__
  8. #define __DZEvents__
  9.  
  10. void Events_Init(
  11.     void);
  12.  
  13. void Events_Exit(
  14.     void);
  15.  
  16. void Events_Process(
  17.     void);
  18.  
  19. #endif /* __DZEvents__ */